11 Data Wrangling
Read
Read the data-wrangling chapter.
Additional resources
Week 11 assignment
- Write your blog post, and submit the link to this assignment on blackboard.
This chapter discusses essential functions from the dplyr
package. These include: select
, filter
, arrange
, mutate
, summarise
, and group_by
. In you blog post demonstrate that you understand and can use each of these functions.